Eclipse IDE Pocket Guide by Ed Burnette

Eclipse IDE Pocket Guide by Ed Burnette

Author:Ed Burnette [Ed Burnette]
Language: eng
Format: epub, pdf
Tags: COMPUTERS / Programming Languages / Java
ISBN: 9780596553432
Publisher: O'Reilly Media
Published: 2009-02-08T16:00:00+00:00


Execute (Ctrl+U or Run → Execute)

Evaluate the expression but don't show its value.

Watch (Run → Watch)

Copy an expression into the Expressions view. Its value is recalculated every time you do a Step or Resume command.

For example, in the Java editor, you could highlight an expression such as array[i-1] and press Ctrl+Shift+D. A pop-up window appears, showing the current value of that array element. Press Ctrl+Shift+D again and the expression is copied to the Display view.

If this view looks familiar to you, that's because it's essentially an unnamed scrapbook page.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.